Pentaho | Centos
NickName:Nilesh Patil Ask DateTime:2016-10-17T13:44:34

Pentaho | Centos

I am working in Pentaho Data Integretion. We have developed the transformations and Job in spoon. We want to move our code on server and server is Centos.

In Centos, we are getting errors while installing UI of Pentaho. We are able to install kitchen on Centos.

Can we run our transformations and job directly with Kitchen? If yes, how?

Waiting for reply.

Copyright Notice:Content Author:「Nilesh Patil」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/40079243/pentaho-centos

Answers
karan arora 2017-05-11T02:17:43

if you have to run transformations and jobs using kitchen or pan commands, then there is no need to install the Pentaho, just download the zip file and unzip on centos machine. you have set the JAVA_HOME environmental variable",


Gordon 2016-10-17T05:58:19

Quoting the docs at \n\n\nhttp://wiki.pentaho.com/display/EAI/Kitchen+User+Documentation\n\n\n\n Kitchen is a program that can execute jobs designed by Spoon in XML or in a database repository. Usually jobs are scheduled in batch mode to be run automatically at regular intervals. \n\n\nThe docs show examples for running jobs via the kitchen.sh script:\n\n\n This example runs a job from file on a windows platform:\n\nkitchen.bat /file:D:\\Jobs\\updateWarehouse.kjb /level:Basic\n\n \n This example runs a job from file on a Linux box:\n\nkitchen.sh -file=/PRD/updateWarehouse.kjb -level=Minimal\n\n \n This example runs a job from the repository on a windows platform:\n (Enter on a single line without returns...)\n\nkitchen.bat\n /rep:\"Production Repository\"\n /job:\"Update dimensions\"\n /dir:/Dimensions\n /user:matt\n /pass:somepassword123\n /level:Basic\n\n\n\nSo I'd say the answer is yes, it's possible to run your transformations and job directly with Kitchen.",


More about “Pentaho | Centos” related questions

Pentaho | Centos

I am working in Pentaho Data Integretion. We have developed the transformations and Job in spoon. We want to move our code on server and server is Centos. In Centos, we are getting errors while

Show Detail

How to install Pentaho DI CE 5 on centos

I am trying to install Pentaho communitty edition on centos 6 From here http://sourceforge.net/projects/pentaho/files/Data%20Integration/5.0.1-stable/pdi-ce-5.0.1.A-stable.zip/download Now in the

Show Detail

Pentaho : status 404 error on CentOS

I have to install Pentaho on a CentOS server, so I tried to install Pentaho on a my computer (Ubuntu 14.04) with success and afterwards, I tried to install it on CentOS 6 and Tomcat return me an 404

Show Detail

centos pentaho bi server issues

This question is regarding pentaho suite's server component, not PDI. I succesfully "installed" and run the server on my windows box, but I'm having the hardest time deploying it on a cen...

Show Detail

JDK fatal error when launching Pentaho spoon on CentOS

I've just installed a centOS and put pentaho on it. When I launch spoon.sh (PDI 4.4) I have this error /home/xxx/Bureau/data-integration WARN 10-04 18:14:46,513 - Unable to load Hadoop

Show Detail

Issues with Starting Pentaho Community Edition server

I'm trying to install Pentaho Community Edition 7.0 BA server on CentOS 6.8 and getting the following error. HTTP Status 404 - /pentaho type Status report message /pentaho description The requ...

Show Detail

Change database connection in pentaho without using GUI

i wanted to try to run the pentaho from Linux Centos 7. In the server there are no GUI for it, so i can't open the Spoon GUI where we usually drag and drop the components. If we use the Spoon, we can

Show Detail

Pentaho Report Output remote execution

I have a pentaho BI server running on a CentOS machine (osapp), then the MySQL database with repository, staging and data wharehouse in another CentOS machine (osdb). I run Spoon from my Windows PC...

Show Detail

Running .ktr created in windows on centos 6.5 server

Folks, I trust all is well. We have .ktr files that are created in widows 7 that we need to run on a centos 6.5 server using pan. I am trying to run the following command the server: [root@

Show Detail

Pentaho Spoon OK, Pentaho Kitchen ERROR

I currently have a pretty big job up and running on Pentaho Spoon 5.4.0.1-130, but, unfortunately, I keep getting an error when I try to execute the same job on Pentaho Kitchen: 2016/09/08 03:36:0...

Show Detail